projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4187707
)
(main): Enable profiling conditional on __linux also.
author
Dave Love
<fx@gnu.org>
Fri, 22 Oct 1999 12:52:09 +0000
(12:52 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 22 Oct 1999 12:52:09 +0000
(12:52 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 4a52e2ee8d40008414430d7e013b2b862de5878d..97ed060bb748e87ddc255b1d18b7ede5ff6afd11 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1372,7
+1372,7
@@
the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
/* Gerd Moellmann <gerd@acm.org> says this makes profiling work on
FreeBSD. It might work on some other systems too.
Give it a try and tell me if it works on your system. */
-#if
def __FreeBSD__
+#if
defined (__FreeBSD__) || defined (__linux)
#ifdef PROFILING
if (initialized)
{